docs: fix dead HowToLens Colab links + purge stale allowlist entries#594
Merged
Conversation
docs/howtolens chapter pages: complex-source link now targets the actual tutorial_5_complex_source notebook, adaptive-regularization link drops the .py.ipynb double extension, and the removed sub-grids optional tutorial's entry is deleted (HowToLens chapter_optional now contains only tutorial_searches). The three grandfathered Colab entries leave .url_check_allowlist.txt. Final leg of PyAutoLabs/PyAutoBuild#124. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final leg of the Colab maturity work (tracker PyAutoLabs/PyAutoBuild#124). Fixes the three dead HowToLens Colab links in
docs/howtolens/—tutorial_5_complex_source(was pointing at atutorial_4_name that doesn't exist),tutorial_11_adaptive_regularization.ipynb(was carrying a.py.ipynbdouble extension), and removal of the entry for the deletedchapter_optional/tutorial_sub_grids(the chapter now contains onlytutorial_searches) — and purges the three grandfathered Colab entries from.url_check_allowlist.txt.Every Colab URL in the repo is machine-verified (canonical owner, current tag, target notebook exists in HowToLens) and Heart's hardened offline guard exits clean. Human-directed run: the repo claim held by
release-docs-polish-learn-pathswas explicitly overridden by the maintainer; file-level overlap with that task's uncommitted work (README.md, docs/index.md, docs/overview/overview_2) is zero.API Changes
None — docs-only.
Test Plan
heart/checks/url_check.sh(incl. new phase-1 patterns): CLEAN🤖 Generated with Claude Code